From: Timm Bäder Date: Sat, 22 Apr 2017 04:35:54 +0000 (+0200) Subject: progressbar: Fix position of text node in CSS docs X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~624 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b5eb37eba4162;p=gtk%2B3.0.git progressbar: Fix position of text node in CSS docs The text node has always been a child node of the progressbar node, not the trough node, but the docs claimed otherwise. --- diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index 8f1301dbcc..1fedb093be 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -75,8 +75,8 @@ * * |[ * progressbar[.osd] + * ├── [text] * ╰── trough[.empty][.full] - * ├── [text] * ╰── progress[.pulse] * ]| *